home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / HideableClockView.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  167 b   |  13 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <misckit/MiscClockView.h>
  5.  
  6. @interface HideableClockView:MiscClockView
  7. {
  8. }
  9.  
  10. - drawSelf:(const NXRect *)rects :(int)rectCount;
  11.  
  12. @end
  13.